Class ProjectionTwoFrameOneCamFactor
Defined in File projectionTwoFrameOneCamFactor.h
Inheritance Relationships
Base Type
public ceres::SizedCostFunction< 2, 7, 7, 7, 1, 1 >
Class Documentation
-
class ProjectionTwoFrameOneCamFactor : public ceres::SizedCostFunction<2, 7, 7, 7, 1, 1>
Derived from ceres cost function to describe the error between two observations from two frames considering both 2D homogeneous point coordinates and 2D velocities.
Public Functions
-
ProjectionTwoFrameOneCamFactor(const Eigen::Vector3d &_pts_i, const Eigen::Vector3d &_pts_j, const Eigen::Vector2d &_velocity_i, const Eigen::Vector2d &_velocity_j, const double _td_i, const double _td_j)
-
virtual bool Evaluate(double const *const *parameters, double *residuals, double **jacobians) const
-
void check(double **parameters)
-
ProjectionTwoFrameOneCamFactor(const Eigen::Vector3d &_pts_i, const Eigen::Vector3d &_pts_j, const Eigen::Vector2d &_velocity_i, const Eigen::Vector2d &_velocity_j, const double _td_i, const double _td_j)